home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_b / tests2_2 / c / decl < prev    next >
Text File  |  1996-08-28  |  80b  |  9 lines

  1. # include <time.h>
  2.  
  3. struct tm { int x; }
  4.  
  5. int f (struct tm s)
  6. {
  7.   return s.x;
  8. }
  9.